Package com.cisco.pt.ipc.sim.pdu
Interface TFTPResponse
- All Superinterfaces:
IPCData,Pdu,Signal,TFTPHeader
- All Known Subinterfaces:
TFTPData
- All Known Implementing Classes:
TFTPDataImpl,TFTPResponseImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduReadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.TFTPHeader
getType, setType
-
Method Details
-
getBlockNo
int getBlockNo()- Returns:
- int Returns a int
-
setBlockNo
void setBlockNo(int blockNo) - Parameters:
blockNo- Takes in a parameter of blockNo
-